home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-06-21 | 535 b | 21 lines | [TEXT/CWIE] |
- // =============================================================================
- //
- // DragClick.h
- //
- // Author: Greg Friedman
- //
- // =============================================================================
-
- #ifndef __DRAGCLICK__
- #define __DRAGCLICK__
-
- #define kDragClickResType 'INIT'
- #define kDragClickResID 0
-
- #define kFinderCreator 'MACS'
-
- void DoDrag(Point thePt, RgnHandle selectRgn, TEHandle hTE, long ticks);
- pascal OSErr LocalDragInputProc(Point* mouse, short* modifiers, void* refCon, DragReference dragRef);
-
- #endif
-